home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / misc / uuclean02.lha / UUCLEAN.TXT next >
Text File  |  1995-09-12  |  1KB  |  31 lines

  1.       UUCLEAN.TXT
  2. Ever just open your capture buffer to grab a UUencoded file?
  3. I do it all the time, rather than going to the trouble of downloading
  4. a message.  Then I have a large text file, with the UUencoded file
  5. somewhere included.  When I use NN or TIN, I get one or two duplicated 
  6. lines on each screen of text.  It is a pain to go through the capture 
  7. file and remove all the extraneous stuff, before UUdecode will do its 
  8. work on the text file.
  9.  
  10. So I wrote UUCLEAN.  It is CLI or SHELL only, and uses the following
  11. syntax to make it work:
  12.  
  13. uuclean input_filename output_filename
  14.  
  15. Of course, the filenames must contain paths if the input and output
  16. files are not in the same directory as is UUCLEAN.
  17.  
  18. The Amiga (and MS-DOS) versions are written using the GCC compiler.
  19. On the Amiga, that means you must have a recent version of 
  20. ixemul.library in your sys:libs directory.  Getting that library
  21. is your responsibility.
  22.  
  23. If you want to recompile it using some other compiler, like DICE,
  24. do so.  Source code for this little program is included.
  25.  
  26. Comments?
  27.  
  28. I am:     rdavis@nyx.cs.du.edu     or    davisrob@esuvm1.emporia.edu
  29.  
  30. Robert (Bob) Davis  12 September 1995
  31.